home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / trash / WHAT'S HER BRA SIZE.swf / scripts / frame_2 / DoAction.as
Text File  |  2007-01-08  |  111b  |  9 lines

  1. if(_root.getBytesLoaded() == _root.getBytesTotal())
  2. {
  3.    gotoAndStop(3);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.